From: Jo-Philipp Wich Date: Sat, 29 Sep 2018 12:09:43 +0000 (+0200) Subject: luci-mod-system: correct table cell rendering without umount button X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=d79d9874d7a1cf29531ee927b2668263557b21f3;p=project%2Fluci.git luci-mod-system: correct table cell rendering without umount button Fixes #2173. Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua b/modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua index 3ce5351bf0..02fe9cc05e 100644 --- a/modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua +++ b/modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua @@ -122,6 +122,8 @@ unmount.render = function(self, section, scope) self.title = translate("Unmount") self.inputstyle = "remove" Button.render(self, section, scope) + else + luci.http.write(" ") end end